﻿@charset "utf-8";
.nav0005_box{
	width:100%;
	height: 10vh;
	position:relative; 
	background: var(--FontWhiColor);
	top: 0; 
	z-index: 99;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top0005_bei{
		width: 100%;
		height:100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	}
.top0005_bei_fiex{
		width: 100%;
		height:8vh;
	}
.nav0005{
	position: relative;
	margin: auto;
	width:73%;
	width: var(--mainwidth);
	height: 100%;
	display: flex;
	justify-content:space-between;
	
}
.nav0005_logo{
	width: 20%;
}
.nav0005_logo a{
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	font-size: 0px;
}
.nav0005_logo img{
	height:8vh;
	width: auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.nav0005_menu_box{
	width:60%;
	height: 100%;
	
}
.nav0005_menu{
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	height: 100%;
}
.nav0005_menu_1{
	height: 100%;
	position: relative;
	padding:0px 1rem;
}
.nav0005_menu_1 a{
	display: flex;
	align-items: center;
	height:100%;
	Font-size:1.125rem;
	color: var(--FontOneColor);
}


.nav0005_menu_1 a.nav0005_menu_1_a{
	color:var(--OneColor);
}
.nav0005_menu_1 a:hover{
	color:var(--OneColor);
}


.nav0005_menu_warp{
	position:absolute;
	width: 120%;
	background: rgba(255,255,255,0.95);

	padding: 0px 2rem;
	top:11vh;
	left: -10%;
	padding: 0px 0px;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav0005_menu_1:hover .nav0005_menu_warp{
	height: auto;
	overflow: visible;
        top: 100%;
        opacity: 1; 
	
}
.nav0005_menu_warp a{
	display: block;
	padding: 5px 10px; 
	height: auto;
	line-height: 1.25rem;
	text-align: center;
	font-size: 1rem;
}
.nav0005_menu_warp a:first-child{
	margin-top: 0.5rem;
}
.nav0005_menu_warp a:last-child{
	margin-bottom: 0.5rem;
}

.nav0005_menu_warp a{
	color: var(--FontTowColor);
}
.nav0005_menu_warp a:hover:after{
	display: none;
}


.nav0005_tel{
	width: 20%;
	color: var(--OneColor);
	font-size:1.625rem;
	height: 100%;
	font-weight: bold;
	    display: flex;
	align-items: center;
	justify-content: flex-end;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav0005_tel i{
	width: 5vh;
    height: 5vh;
    line-height: 5vh;
    border-radius: 50%;
    text-align: center;
    font-size: 1.375rem;
    color: var(--FontWhiColor);
    background: var(--OneColor);
    font-weight: bold;
    margin-right: 0.5rem;
}
.nav0005_tel a{
	color: var(--FontOneColor);
	
}




.nav0005fiex{
	box-shadow: 0px 3px 10px 0.1px rgba(0,0,0,0.1);
	height: 8vh;
	position: fixed;
}

.nav0005fiex .nav0005_logo img{
	height: 6vh;
}




@media screen and (max-width:1279px)and (min-width:1024px){
	.nav0005{
		width:98%;
	}
	.nav0005_menu div{
	position: relative;
	padding:0px 0.7rem;
}
}

@media screen and (max-width:1023px)and (min-width:300px){
.nav0005_box{
	height: 8vh;
}
.top0004_bei{
		width: 100%;
		height:8vh;
	}
.nav0005{
	position: relative;
	margin: auto;
	width:95vw;
	height: 100%;
	line-height: 8vh;
}
.nav0005_logo{
	width:auto;
	padding-left: 0px;
	position: relative;
	z-index: 50;
}

.nav0005_logo a{
	height:4vh;
	margin-top: 2vh;
}
.nav0005_logo img{
	height:4vh;
}
	
.nav0005_menu_box{
	width:100%;
	height: 100%;
	right: 0vw;
	z-index: 10;
	position: fixed;
	background: var(--FontTowColor);
	display: none;
}
.nav0005_menu{
	width: calc(96vw - 2rem);
	margin:0 auto;
	margin-top: 60px;
	height: auto;
	display: block;
	background: var(--FontWhiColor);
	padding: 1rem;
}
.nav0005_menu_1{
	width: calc(100% - 2rem);
	line-height: 2rem;
	min-height: 2rem;
	height: auto;
	text-align: center;
	position: relative;
	padding:0px 1rem;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px #e6e5e5 solid;
}
.nav0005_menu_1:last-child{
	border-bottom: none;
}
.nav0005_menu_1 a{
	display: block;
	text-align: center;
	color: var(--FontOneColor);
	    height: 5vh;
    line-height: 5vh;
}
.nav0005_menu_1 a:after {
    display: none;
}
.nav0005_menu_warp{
	position:relative;
	list-style: none;
	width: 100%;
	background:var(--FontWhiColor);
	top:0vh;
	left: 0px;
	padding: 0px 0px;
	opacity: 1;
	height: 0px;
	overflow: hidden;
}
.nav0005_menu_warp:before {
    display: none;
}

.nav0005fiex .nav0005_menu_warp{
	position:relative;
	list-style: none;
	width: 100%;
	background: #ffffff;
	/*top:5.55em;*/
	top:0vh;
	left: 0px;
	padding: 0px 0px;
	opacity: 1;
	height: 0px;
	overflow: hidden;
}

.nav0005_menu_warp:after {
	display: none;
}
.nav0005_menu_warp a{
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
}

	.nav0005_menu_1:hover .nav0005_menu_warp {
    height: auto;
    overflow: visible;
    top: 0;
    opacity: 1;
}
	.nav0005_menu_warp a:first-child {
    margin-top: 0rem;
}
		.nav0005_menu_warp a:last-child {
   padding-bottom: 10px;
}

.nav0005_menu_1:hover .nav0005_menu_warp a{
	color:var(--FontOneColor);
}

.nav0005_tel{
	display:none;
}

	
.menubtn{
	width: 25px;
	position: absolute;
	right: 0px;
}
/* nav-icon-5 */
.nav-icon-5{  width: 25px; z-index: 20;  height: 20px; position: relative;  cursor: pointer; top: calc(50% - 10px);}
.nav-icon-5 span{  background-color:var(--OneColor);  position: absolute;  border-radius:3px;  transition: 0.3s cubic-bezier(.8, .5, .2, 1.4);  width:100%;  height: 3px;  transition-duration: 500ms}
.nav-icon-5 span:nth-child(1){  top:0px;  left: 0px;}
.nav-icon-5 span:nth-child(2){  top:8px;  left: 0px;  opacity:1;}
.nav-icon-5 span:nth-child(3){  bottom:0px;  left: 0px;}
.nav-icon-5:not(.open):hover span:nth-child(1){  transform: rotate(0deg) scaleY(1.1);}
.nav-icon-5:not(.open):hover span:nth-child(2){  transform: rotate(0deg) scaleY(1.1);}
.nav-icon-5:not(.open):hover span:nth-child(3){  transform: rotate(0deg) scaleY(1.1);}
.nav-icon-5.open span:nth-child(1){  transform: rotate(45deg);  top: 8px;}
.nav-icon-5.open span:nth-child(2){  opacity:0;}
.nav-icon-5.open span:nth-child(3){  transform: rotate(-45deg);  top: 8px;}
	

}